Update AST2700 patch generation script to generate incremental patches - #594
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
04131d4 to
9201452
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
9201452 to
c69536b
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
|
This PR has backport request label(s) for branch(es): msft-202608, but is missing required test information. Please make sure you tick the tested branch(es) in the Tested branch section and provide test evidence (e.g., 202608: <test result>) in the Test result section as well in your PR description. ---Powered by SONiC BuildBot
|
| echo " # patches the diff was generated against. Example:" | ||
| echo " #" | ||
| echo " # ###-> aspeed" | ||
| echo " # ###-> aspeed-upstream" |
There was a problem hiding this comment.
Does there need to be an aspeed-upstream line added in the series file?
There was a problem hiding this comment.
Yes, sorry for the confusion
3a00b99 to
53d855d
Compare
|
/azp run |
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
Signed-off-by: Jack Cai <jack@nexthop.ai>
Signed-off-by: Jack Cai <jack@nexthop.ai>
53d855d to
bd5a993
Compare
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
rebuild-source: sonic-net#594 @ nexthop-ai/sonic-linux-kernel bd5a993 [case: upstream:open]
rebuild-source: sonic-net#594 @ nexthop-ai/sonic-linux-kernel bd5a993 [case: upstream:open]
rebuild-source: sonic-net#594 @ nexthop-ai/sonic-linux-kernel bd5a993 [case: upstream:open]
rebuild-source: sonic-net#594 @ nexthop-ai/sonic-linux-kernel bd5a993 [case: upstream:open]
rebuild-source: sonic-net#594 @ nexthop-ai/sonic-linux-kernel bd5a993 [case: upstream:open]
rebuild-source: sonic-net#594 @ nexthop-ai/sonic-linux-kernel bd5a993 [case: upstream:open]
rebuild-source: sonic-net#594 @ nexthop-ai/sonic-linux-kernel bd5a993 [case: upstream:open]
rebuild-source: sonic-net#594 @ nexthop-ai/sonic-linux-kernel bd5a993 [case: upstream:open]
rebuild-source: sonic-net#594 @ nexthop-ai/sonic-linux-kernel bd5a993 [case: upstream:open]
rebuild-source: sonic-net#594 @ nexthop-ai/sonic-linux-kernel bd5a993 [case: upstream:open]
rebuild-source: sonic-net#594 @ nexthop-ai/sonic-linux-kernel bd5a993 [case: upstream:open]
rebuild-source: sonic-net#594 @ nexthop-ai/sonic-linux-kernel bd5a993 [case: upstream:open]
rebuild-source: sonic-net#594 @ nexthop-ai/sonic-linux-kernel bd5a993 [case: upstream:open]
rebuild-source: sonic-net#594 @ nexthop-ai/sonic-linux-kernel bd5a993 [case: upstream:open]
rebuild-source: sonic-net#594 @ nexthop-ai/sonic-linux-kernel bd5a993 [case: upstream:open]
|
The change is not in msft-202608 yet. @jack-nexthop, please manually create the cherry pick PR for branch msft-202608. ---Powered by SONiC BuildBot
|
Updating the AST2700 patch generation script to generate incremental patches as opposed to regenerating the entire support patch each time. Script diffs the current committed state against a fresh Aspeed upstream copy and emits only what's new upstream relative to the Aspeed patches already committed in patches-sonic/series. As before, it defaults to aspeed-master-v6.12 and can be overridden with
ASPEED_TAG, e.g.Also adds an
###-> aspeed-upstreamsub-section in the series to mark the patches the script regenerates so hand-written board patches are left untouched. Additionally adds a skip list so tool-managed blocks likenvidia_aspeed_bmcare skipped.